/* .buried-pipeline-wrapper {
  flex-direction: row;
  padding: 5rem 0;
} */
.buried-pipeline-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}
.item-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-img > img {
  width: 100%;
}

.unpigable-projects {
  width: 100%;
  margin: 6rem 0;
}

/* media  */

@media screen and (min-width: 576px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
  /* capabilities items */
  .buried-pipeline-wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1400px) {
}
